PdfPropertyIds

Specifies the possible parameter IDs for the PDF provider.
 

Example

The following is an example of how to reference the PdfPropertyIds object:

	// The full path is required.
	dundas.export.PdfPropertyIds.MARGIN_BOTTOM
	

 

Properties

 
  Name Description
  MARGIN_BOTTOM The property ID for the Bottom Margin parameter. The property value will be a SingleNumberValue.
  MARGIN_LEFT The property ID for the Left Margin parameter. The property value will be a SingleNumberValue.
  MARGIN_RIGHT The property ID for the Right Margin parameter. The property value will be a SingleNumberValue.
  MARGIN_TOP The property ID for the Top Margin parameter. The property value will be a SingleNumberValue.
  ORIENTATION The property ID for the Paper Orientation parameter. The property value will be a PaperOrientation value.
  PAPER_HEIGHT The property ID for the Paper Height parameter. This is only used when the Paper Size is set to CUSTOM. The property value will be a SingleNumberValue.
  PAPER_SIZE The property ID for the Paper Size parameter. The property value will be a SingleStringValue containing a PaperSize.
  PAPER_WIDTH The property ID for the Paper Width parameter. This is only used when the Paper Size is set to CUSTOM. The property value will be a SingleNumberValue.
  UNIT The property ID for the Paper Unit parameter. This is only used when the Paper Size is set to CUSTOM. The property value will be a SingleStringValue containing a PaperUnit.